runtime.heapArena.bitmap (field)
9 uses
runtime (current package)
mbitmap.go#L423: mask := ha.bitmap[idx] >> off
mbitmap.go#L815: ha.bitmap[idx] = ha.bitmap[idx]&m | data
mbitmap.go#L872: ha.bitmap[idx] = ha.bitmap[idx]&m | h.mask
mbitmap.go#L896: ha.bitmap[idx] &^= uintptr(1)<<zeros - 1
mbitmap.go#L899: ha.bitmap[idx] = 0
mbitmap.go#L902: ha.bitmap[idx] = 0
mheap.go#L243: bitmap [heapArenaBitmapWords]uintptr
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |